Interactive Documentation API
Interactive Documentation API call:
curl -X POST \
https://api.mashery.com/v3/rest/iodocs/services \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{"serviceId":"<serviceID>","definition":
{<output from transform api>}
,"defaultApi":false}'
For more information, see IO Docs Definition.